A normalization operation for NeurEco is a combination of a :math:`shift` and a :math:`scale`, so that: 

.. math:: x_{normalized} = \frac{x-shift}{scale}
 
Allowed shift methods for NeurEco and their corresponding shifted values are listed in the table below:

.. csv-table:: NeurEco Discrete Dynamic shifting methods
   :file: csv_tables/NeurEcoDynamicShiftingMethods.csv
   :header-rows: 1
   :class: longtable
   :widths: 3, 5
   :delim: ;
   :align: center

Allowed scale methods for NeurEco Tabular and their corresponding scaled values are listed in the table below:

.. csv-table:: NeurEco Discrete Dynamic scaling methods
   :file: csv_tables/NeurEcoDynamicScalingMethods.csv
   :header-rows: 1
   :class: longtable
   :widths: 3, 5
   :delim: ;
   :align: center